Welcome![Sign In][Sign Up]
Location:
Search - MFC ODBC

Search list

[Other resourcec++学生管理系统

Description: 一个学生信息管理系统。用的是MFC ODBC来完成的。在成绩管理系统中,当查询到记录后要刷新,使所有的记录从新显示出来的话,如果系统中存在7000条记录的话,刷新一次的时间要20多秒钟,处理后,可以在用户查询后,在不到一秒中的时间内来完成刷新。另:用户名:good,密码:py-a student information management system. The MFC ODBC to be completed. The performance management system, when inquiries to the record to refresh so that all the records show that the new, and if there System 7000 record of the case, set a time of more than 20 seconds and processed, the user can inquiry, in less than one second of time to complete the update. Another : Username : good, Password : py
Platform: | Size: 77004 | Author: 石飞 | Hits:

[ADO-ODBCmysql_test

Description: MFC 手动连接MySQL数据库代码,包括查询工能-MFC Connect MySQL simple
Platform: | Size: 1081344 | Author: fdef | Hits:

[ADO-ODBCmfcmysql

Description: 利用MFC操作MySQL数据库,利用微软的MFC里面的CDatabase和CRecordset两个类再加上MyODBC可以很容易的编出程序-MFC operation using MySQL database, using Microsoft MFC and CDatabase inside CRecordset coupled with two types of MyODBC can be easily prepared and the procedures
Platform: | Size: 2048 | Author: 张友亮 | Hits:

[ADO-ODBCTeacherMIS

Description: 教师信息管理系统,mfc+access(ODBC)-Teacher Information Management System, mfc+ access (ODBC)
Platform: | Size: 1276928 | Author: 李斌 | Hits:

[ADO-ODBCVC

Description: Visual C++6.0的MFC提供了对数据库的强大支持。对于数据库的访问,MFC提供了两组类,ODBC(open database connectivity)和DAO(database access object)。利用这两个功能强大的类,用户可以方便地开发基于ODBC或DAO的数据库应用程序。 开发一个成绩管理系统,可以实现成绩的管理,只要对数据库进行配置,就可以使用。并提供新学生成绩登记,现有学生成绩查询功能,对记录的删除修改等工作。学生信息管理系统的主要目的就是利用软件实现学生有关信息的管理、维护,使学校对学生管理更加容易,提高工作效率、降低管理成本,又能加强学校对学生在学习、工作等方面的管理。 学生信息管理一般由学生个人信息管理、学生成绩管理、学生课表管理等模块组成,同时又要具有添加、删除、修改信息的功能。本系统主要实现其中的两个模块学生个人信息管理和成绩管理模块和课程信息管理等方面。 -qq
Platform: | Size: 444416 | Author: sss | Hits:

[OtherMP3ManagementSystem

Description: 运用MFC ODBC数据库编程,做的一个MP3管理小系统-MFC ODBC database application programming, so a small MP3 Management System
Platform: | Size: 4288512 | Author: anan | Hits:

[ADO-ODBCstudentdatabaseCreate

Description: 学生选课管理系统,用纯ODBC API实现,例子中也演示了用MFC ODBC实现的方法,对于SQL语言的理解有很大的直观帮助和体会。内有详细的实验帮助和使用说明已经程序的E-R图,源码都附加有注释,很容易理解。C语言+SQL实现。-Student course management system, using pure ODBC API to achieve, for example, also demonstrated the realization of using MFC ODBC method, the SQL language, intuitive understanding of a great help and experience. There are detailed help and use of experimental procedures that had been ER diagram, annotated source code is attached, it is easy to understand.
Platform: | Size: 2277376 | Author: 无我 | Hits:

[Windows DevelopTrainingSystem

Description: 企业训练管理系统。程序的技术亮点包括:1、在主对话框上进行不同自对话框之间的切换;2、使用VC++播放Flash文件;3、在VC++中使用MFC ODBC技术访问Access数据库;4、为数据库中的每一个表映射一个记录集类;5、Singleton类的使用;6、使用VC++直接发送Email-Enterprise Training Management System. Program' s technical highlights include: 1, in the main dialog from the dialog box on the switching between different 2, using VC++ Play Flash files 3, in the VC++ using MFC ODBC technology to access Access databases 4, in the database Each record of a table mapping a set of classes 5, Singleton class use 6, using VC++ Direct to send Email
Platform: | Size: 5297152 | Author: ZhouLi | Hits:

[ADO-ODBCMFC_ACCESS

Description: MFC实现的,数据库操作,ACCESS,适合初学者-MFC implementation, database operations, ACCESS, suitable for beginners
Platform: | Size: 2659328 | Author: NingShen | Hits:

[ADO-ODBCODBCDEMO2

Description: 了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。 本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。-Simplify developers to write database applications, VC++ Class Library in its base (MFC) in the package on the ODBC API to achieve an object-oriented database programming interface, so that VC++ database easier. This chapter begins with an overview of the MFC ODBC brief introduction, then tell a story using MFC ODBC database development skills, and finally database development through specific examples, describe in detail through the MFC ODBC database application development methods and processes.
Platform: | Size: 4594688 | Author: snowolf | Hits:

[ADO-ODBCDAODemo

Description: MFC DAO类使用Microsoft Jet数据库引擎操作位于系统数据库和用户数据库中的数据,它与基于ODBC的MFC数据库类截然不同,DAO通过Microsoft Jet访问数据,而MFC的ODBC类通过ODBC和ODBC驱动程序操作数据。一般来说,在访问Microsoft Jet数据库引擎,基于DAO的MFC类比基于ODBC的MFC类处理能力更强大。-MFC DAO classes use Microsoft Jet database engine operating on the system databases and user data in the database, it is with the MFC ODBC database classes based on different, DAO to access data through the Microsoft Jet, and MFC s ODBC classes through ODBC and ODBC drivers to manipulate the data . In general, access the Microsoft Jet database engine, based on the MFC DAO ODBC-based MFC class analog processing power more powerful.
Platform: | Size: 4013056 | Author: snowolf | Hits:

[ADO-ODBCODBCDatabase3

Description: vc 使用MFC ODBC向数据库表中添加、删除记录\ODBCDatabase3-vc Use MFC ODBC database table to add, delete records \ ODBCDatabase3
Platform: | Size: 50176 | Author: 潘晨光 | Hits:

[ADO-ODBCODBCDatabase3

Description: vc——使用MFC ODBC向数据库表中添加、删除记录\ODBCDatabase3的程序源码,值得一看!-vc- Use MFC ODBC database table to add, delete records \ ODBCDatabase3 the program source code, worth a visit!
Platform: | Size: 101376 | Author: 朱惠芳 | Hits:

[GUI DevelopVC-odbc

Description: 关于MFC ODBC应用,文章详细介绍了用ODBC操作数据库的问题-About MFC ODBC
Platform: | Size: 15055872 | Author: 穆小星 | Hits:

[Education soft systemEtasLibrary-Database7.0

Description: MFC框架图书管理软件,通过ODBC对Oracle Database11G 32位进行连接。具有图书搜索,不同需求类型排序,管理员修改权限等更能。-A library database software base on MFC framework and connects with Oracle Database11G X86 release2. It has sort, search, and administration function.
Platform: | Size: 25600 | Author: 诺吉兹 | Hits:

[ADO-ODBCMFC---MP3-System

Description: 应用MFC知识以及ODBC操作数据库的原理,设计一个MP3信息管理系统-MFC ODBC application of knowledge and the principles of operation of the database, designing an information management system for MP3
Platform: | Size: 20546560 | Author: 黄武 | Hits:

[Windows DevelopMFC-ODBCaccess

Description: VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下-VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path
Platform: | Size: 48128 | Author: kpudn28 | Hits:

[Dialog_WindowMFC-ODBC

Description: 基于MFC的窗口编程,连接了数据库的一个表,并使用MFC进行表操作-MFC-based windows programming, connected a table in the and table operations using MFC
Platform: | Size: 180224 | Author: lluvialau | Hits:

[VC/MFCODBC

Description: ODBC是一种使用SQL的程序设计接口,使用ODBC能使用户编写数据库应用程 序变得容易简单,避免了与数据源相连接的复杂性。在Visual C++中,MFC的 ODBC数据库类CDatabase(数据库类)、CRecordSet(记录集类)和 CRecordView(记录视图类)可为用户管理数据库提供了切实可行的解决方案。-ODBC is a kind of using SQL programming interface, using ODBC users can write easy and simple application process sequence avoids the complexity of connected to a data source. In Visual c++, MFC ODBC class CDatabase (database), CRecordSet (recordset class) and CRecordView view class (record) for user management provides a feasible solution.
Platform: | Size: 285696 | Author: 安静 | Hits:

[ADO-ODBCMFC数据库编程

Description: MFC数据库编程教程,包括odbc、dao、oledb、ado等(MFC database programming tutorial)
Platform: | Size: 2948096 | Author: lhlhappylife | Hits:
« 1 2 3 45 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net